This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Joan Froweploponi 24.Oct.03 04:00 PM a Web browser Domino Designer6.5Linux - RedHat
Hello,
I have the following piece of code in the script library of the domReg.nsf database from the Lotus Sandbox:
' NAMELookup and OSMemFree are used in EnsureUserInNAB.
' NOTE: if you are running this app on a platform other than
' Windows 32 Intel, then you will have to change the name of the
' dll in these two declarations. Look in your Notes executable
' directory for *notes.dll to see what it is called, or for the proper
' form of shared library on your platform.
Declare Sub NAMELookup Lib "nnotes.dll" _
(Byval serverName As Integer, _
Byval flags As Integer, _
Byval numNameSpaces As Integer, _
Byval nameSpaces As String, _
Byval numNames As Integer, _
Byval names As String, _
Byval numItems As Integer, _
Byval items As String, _
rethBuffer As Long _
)
Declare Sub OSMemFree Lib "nnotes.dll" (Byval hBuffer As Long)
At least someone commented this thing well! I'm running on a Linux server at prominic.net (they are to be recommended, I've been with them for years. They have good support too!).
Now, as the comments say , the nnotes.dll must have a different name on the Linux box.
Can anyone tell me what the name of the respective file is in Linux?